home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" > <stack> <name>in.0 Reseller</name> <id>-1</id> <cardCount>203</cardCount> <cardID>13593</cardID> <listID>19176</listID> <cantModify><true /></cantModify> <cantDelete><false /></cantDelete> <cantAbort><true /></cantAbort> <cardSize> <width>512</width> <height>342</height> </cardSize> <script>------------------------------------------------------------------------ -- Stack: Ref & Pres Lib. v6.0b4 Reseller -- -- ©1990 Medior, Inc. -- -- ©1990 Apple Computer, Inc. -- -- -- -- 12/19/90 7:32 PM -- -- Version: 6.0b4 -- ------------------------------------------------------------------------ -- XCMDs to follow: -- # 985 CopyFolder © Frédéric Rinaldi -- # 2985 FileCopy © Frédéric Rinaldi -- # 1047 NewFolder © Guy de Picciotto -- # 1142 Prompt © Frédéric Rinaldi -- # 983 RemoveFolder © Frédéric Rinaldi -- # 10036 SwitchXRoo © 1990 Bill Steinberg -- # 77 TitleBar © Apple Computer, Inc. -- # 12027 zoomRect © Apple Computer, Inc. -- XFCNs to follow: -- # 12154 ApplicationList -- # 14000 ApplMemory © Apple Computer, Inc. -- # 12505 ApplSize © Apple Computer, Inc. -- # 4008 DeleteFile © Apple Computer, Inc. -- # 30025 DiskSpaceAvail © Peter Meyer -- # 13006 FileExists © Apple Computer, Inc. -- # 13008 FileSize © Apple Computer, Inc. -- # 9119 folderPath © David Fry -- # 1000 FolderSize © Frédéric Rinaldi -- # 800 ListSelect © Frédéric Rinaldi -- # 12040 MFIsRunning © Apple Computer, Inc. -- # 12045 sysEnvironment © Apple Computer, Inc. -- # 971 SystemFolder © 1989 By the Trustees of Dartmouth College -- # 12053 TotalRAM © Apple Computer, Inc. -- # 12067 VolumeList © Apple Computer, Inc. ------------------------------------------------------------------------ on closeStack global gLockFlag if gLockFlag is not true then repeat until not the lockscreen set lockscreen to false end repeat else put "" into gLockFlag end closeStack on resumeStack spinCursor send openCard to this cd openStack set userModify to TRUE pass resumeStack end resumeStack on openStack global gMainStack6,gCdNameList6,gCdIDList6,MFinder global gCDVolume6,gGlobalInit6,gLastMenu6,gMenuSelection6 global gPaths6,gAppList6,gTheDepths6,gNoLaunch6 global RPStackName if the userLevel < 2 then set the userLevel to 2 put "Apple Ref. & Pres. Lib.v6.0:" into gCDVolume6 put cd fld "Names" of cd 1 into gCdNameList6 put cd fld "Ids" of cd 1 into gCdIDList6 put cd fld "Applications" of cd 1 into gAppList6 if gGlobalInit6 = "" then if thereIsAFile(PreferencesPath()&"Global Data") then lock screen RestoreGlobals pass openStack exit openStack end if spinCursor --•• Check heap if the heapspace < 100000 then answer "HyperCard may run out of memory. Please quit "&¬ "and provide more memory for HyperCard." with "Stay" or "Quit" if it = "Quit" then send "Domenu Quit HyperCard" to HyperCard end if if top of cd window < 20 then hide menuBar --•• Init Globals put true into gGlobalInit6 put trim(long name of this stack) into gMainStack6 if number of this cd is not 1 then spinCursor push cd set lockmessages to true set lockscreen to true set lockrecent to true put true into pushed go cd 1 else put false into pushed spinCursor put "Map" into gLastMenu6 put long id of cd "Map" into RPStackName if pushed then spinCursor pop cd set lockmessages to false set lockscreen to false set lockrecent to false end if put MFisRunning() into MFinder if not MFinder then titleBar Hide --•• Build global to hold paths - 1 (Not used), 2 Application Path, -- 3 Electronic Forms Path put ""& return & "5-Fonts & Software:" & return &"1-Reference:Electronic Forms:"¬ into gPaths6 --•• Set stored menu choices for each cd -- 17 for Graphics Library, 18 for Literature Guide put ",0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" into gMenuSelection6 if (gCDVolume6 is not in volumeList()) then put true & return & "Volume" into gNoLaunch6 end if --•• Get Color Stuff SwitchXRoo put the result into temp if temp contains "Color QuickDraw not available" then put 1 & return & 1 & return & 1 into gTheDepths6 else if temp contains "Error" then beep put true & return & "Monitor" into gNoLaunch6 answer "Unable to get details about your monitor(s). You "&¬ "must open presentations manually." else put number of lines of char 1 to offset("HasMenuBar",temp) of temp into theLine if gTheDepths6 is not "" then --•• Save current depth put item 6 of line theLine of temp into line 2 of gTheDepths6 else --•• Save startup screen depth & current depth & Max Depth put item 6 of line theLine of temp & return & item 6 of line theLine of temp &¬ return & last item of line theLine of temp into gTheDepths6 end if end if end if pass openstack --// DG end openStack on resume getHomeInfo send openCard to this cd unlock screen with dissolve very fast end resume on suspend archiveGlobals pass suspend end suspend on archiveGlobals global gMainStack6,gCdNameList6,gCdIDList6,MFinder,gOtherCdList6 global gCDVolume6,gGlobalInit6,gLastMenu6,gMenuSelection6 global gCardTitles,gFindString,gOldScroll global gPaths6,gAppList6,gTheDepths6,gNoLaunch6,RPStackName spinCursor put PreferencesPath()&"Global Data" into fileName put "gMainStack6,gCdNameList6,gCdIDList6,MFinder,gOtherCdList6,"&¬ "gCDVolume6,gGlobalInit6,gLastMenu6,gMenuSelection6,gPaths6,gAppList6,gTheDepths6,"&¬ "gNoLaunch6,gCardTitles,gFindString,gOldScrollRPStackName" into gblList put "" into theList repeat with z = 1 to number of items of gblList if z mod 6 = 0 then spinCursor do "put "& item z of gblList &" &" & quote &"≈"& quote &¬ " after theList" end repeat open file fileName spinCursor repeat write char 1 to 16384 of theList to file fileName delete char 1 to 16384 of theList if theList = "" then exit repeat end repeat close file fileName end archiveGlobals on RestoreGlobals global gMainStack6,gCdNameList6,gCdIDList6,MFinder,gOtherCdList6 global gCDVolume6,gGlobalInit6,gLastMenu6,gMenuSelection6 global gCardTitles,gFindString,gOldScroll global gPaths6,gAppList6,gTheDepths6,gNoLaunch6,RPStackName spinCursor put PreferencesPath()&"Global Data" into fileName put "gMainStack6,gCdNameList6,gCdIDList6,MFinder,gOtherCdList6,"&¬ "gCDVolume6,gGlobalInit6,gLastMenu6,gMenuSelection6,gPaths6,gAppList6,gTheDepths6,"&¬ "gNoLaunch6,gCardTitles,gFindString,gOldScrollRPStackName" into gblList open file fileName repeat spinCursor read from file fileName for 16384 if it = "" then exit repeat put it after theList end repeat close file fileName repeat with z = 1 to 40 if z mod 6 = 0 then spinCursor get offset("≈",theList) if it = 0 then exit repeat do "put char 1 to "&it-1&" of theList into "&item z of gblList delete char 1 to it of theList end repeat get deleteFile(fileName) end RestoreGlobals on showPres presString global gMultiFinder,gTheDepths6,gPaths6,gAppList6,gCDVolume6,MFinder spinCursor put "" into appRAM --•• Split param into vars put item 1 of presString into presPath put item 2 of presString into whichApp put item 3 of presString into availDepths put item 4 of presString into cpuReq put item 5 of presString into monitorSize --•• Build Path to Presentation put gCDVolume6 before presPath if last char of presPath is "," then delete last char of presPath --•• figure out which app to launch if number of chars in whichApp ≤ 4 then if whichApp is not "APPL" then spinCursor put lineItemOffset(whichApp,gAppList6) into lineNum put item 2 of line lineNum of gAppList6 into appName put item 3 of line lineNum of gAppList6 into appRAM put gCDVolume6&line 2 of gPaths6 before appName else put presPath into appName put "" into presPath end if else put whichApp into appName put gCDVolume6 before appName end if --•• Check CPU (if appropriate) if cpuReq is not "" then if word 2 of item 3 of sysEnvironment() < cpuReq then answer "Sorry, this requires a Motorola"&&cpuReq&&¬ "or faster processor." with "Cancel" exit showPres end if end if --•• See if Application is already Open if MFinder then spinCursor put ApplicationList() into appsOpen put RemovePath(appName) into shortAppName if shortAppName is in appsOpen and¬ "HyperCard" is not in shortAppName then answer "Sorry, the application is already open."& return &¬ "“Continue” will switch to the application - "&¬ "from there you may use the “Open” menu item or Quit the "&¬ "application and re-click the “View” button."¬ with "Cancel" or "Continue" if it = "Continue" then answer "The presentation you wish to view is located in "&¬ "the folder:"& return & Pathway(presPath) with "Continue" domenu shortAppName end if exit showPres end if end if --•• Check memory get item 6 of presString if it is not "" then put it into appRAM else --// if appRAM is empty then put something into it if "STAK" is not in whichApp and appRAM = "" then put item 1 of APPLsize(appName,"nodialog:ErrorMessage") ¬ into minMem --// assume this error is lack of SIZE resource, not fatal error if ErrorMessage is "Could not load ‘SIZE’ resources" then put 1024 into minMem put empty into ErrorMessage end if put minMem div 1024 into appRAM end if end if if whichApp is not "STAK" then put (round (.95*(applMemory() div 1024))) into freeMem --// XFCN if freeMem < appRam then beep answer "There is not enough memory available to view this "&¬ "presentation!" & return & "Required : "& appRAM & "K" & return &¬ "Available : "&freeMem & "K" exit showPres end if else --•• Check heapspace if appRAM is not "" then if the heapSpace < (appRAM*1024) then answer "The HyperCard stack you have chosen to view"&¬ " requires "&appRAM &"K of memory. HyperCard "&¬ "currently does not have enough memory."& return &¬ "To view this stack either: Quit, increase HyperCard's memory, "&¬ "and try again; or use Single Finder." with "Try anyway" or "Cancel" if it = "Cancel" then exit showPres end if end if end if --•• Offer option to view B/W or Color if appropriate if availDepths = "" or availDepths = 0 then put "1 2 4 8 16 24 32" into reqDepth end if if number of words of availDepths > 1 and¬ line 3 of gTheDepths6 ≥ 8 then answer "View in Color or B&W?" with "Color" or "B&W" or "Cancel" if it is "Cancel" then exit showpres else if it is "Color" then put 8 into reqDepth put "/C" after presPath else put 1 into reqDepth else if line 3 of gTheDepths6 = 1 then if word 1 of availDepths > line 3 of gTheDepths6 then beep answer "This presentation requires a color monitor!" exit showPres else put 1 into reqDepth else put availDepths into reqDepth --•• Check Screen size if appropriate if monitorSize is not "" then put third item of the screenRect into actualSize if monitorSize = 13 then if actualSize < 640 then beep answer "Your monitor is not large enough to display this "&¬ " presentation. It requires a 13” screen (or larger)." exit showPres end if end if end if --•• Switch bit depth if number of words of reqDepth = 1 then spinCursor if reqDepth = 1 then put "gray" into colorType else put "Color" into colorType SwitchXRoo reqDepth,colorType if word 1 of the result is "Error" then beep put true & return & "Monitor" into gNoLaunch6 answer "Unable to switch monitor bit depths. If you wish "&¬ "to view the presentation, please change the bit depth "&¬ "setting (in the Control Panel) to "& quote & reqDepth &¬ quote &". After setting the depth, hit the "&¬ "“View” button again." with "Control Panel" or "Cancel" if it = "Control Panel" then doMenu "Control Panel" exit showPres end if put reqDepth into line 2 of gTheDepths6 end if --•• Ready to open presentation spinCursor -- --@ -- if presPath is not "" and there is not a file presPath then debug CheckPoint -- if appName is not "" and there is not a file appName and whichApp is not "STAK" then debug CheckPoint -- --@ if presPath = "" then --•• Stand alone demo show menuBar open appName else if appName contains "HyperCard" then --•• go to the stack spinCursor global RPStackName put long id of this cd into RPStackName if char 2 of item 2 of the long version of stack presPath = "1" then -- answer "The stack “"&removepath(presPath) &"” was designed to use HyperCard 1.2 "&¬ -- "and may function unpredictably with HyperCard 2.0." with "Cancel" or "Continue" answer "The stack “"&removepath(presPath) &"” was designed to use HyperCard 1.2. "¬ &return&"Although it should function correctly under HyperCard 2.0, there is a possibility that unpredictable results may occur." with "Cancel" or "Continue" if it = "Cancel" then exit showPres end if ArchiveGlobals spinCursor visual iris open go stack presPath exit showPres else --•• all other cases show menuBar open presPath with appName end if end showPres on closeCard lock screen end closeCard on selectLine lineNumber,fldName do ("put line lineNumber of " & fldName & " into theLine") if theLine is not "" then do ("put (number of chars of line 1 to lineNumber of" && fldName & ") + 1 into endChar") do ("select char (endChar - length of theLine) to endChar of" && fldName) end if end selectLine on selectButton theLine,theFld show bg btn "hiliter" at item 1 of loc of bg btn "hiliter",¬ top of theFld + (textheight of theFld*theLine)-7 end selectButton function linkedText theLine,theList subtract 1 from theLine spinCursor put "Ω" into delim repeat for theLine delete char 1 to offset(delim,theList) of theList end repeat spinCursor return char 1 to offset(delim,theList)-1 of theList end linkedText on LinkedStoryLine global gOtherCdList6,gLastMenu6 put word 2 of the clickLine into theLine if line theLine of target = "" then exit LinkedStoryLine SpinCursor selectLine theLine,name of the target put theLine +1 & return & target into gOtherCdList6 wait 8 get short name of this cd if it is not "Search" then put it into gLastMenu6 LinkToCard line theLine of target,"iris Open" end LinkedStoryLine function RemovePath TheFile put number of chars of TheFile into PathLength repeat with i = PathLength down to 1 if char i of TheFile = ":" then exit repeat end repeat add 1 to i if PathLength ≤ i then return theFile else return (char i to PathLength of TheFile) end RemovePath on LinkToMap LinkToCard "Map","Iris Close" end linkToMap on LinkToCard theCard,theEffect global gCdNameList6,gCdIDList6 SpinCursor put line lineOffset(theCard,gCdNameList6) of gCdIDList6 into tC go cd id tC if theEffect is not "None" then if theEffect is not "" then unlock screen with theEffect else unlock screen end if get DoubleClick() end linkToCard function thereIsAFile theFile global errGlobal return fileExists(theFile,"nodialog:errGlobal") end thereIsAFile function PreferencesPath put systemFolder() into sysPath --•• Verify "Preferences:ARPL 6.0:", if not create as necessary if not thereIsAFile(sysPath &"Preferences:") then NewFolder sysPath &"Preferences:" get the Result if it is not 0 then if it is not -48 then osErr it end if NewFolder sysPath &"Preferences:ARPL 6.0:" get the Result if it is not 0 then if it is not -48 then osErr it end if else if not thereIsAFile(sysPath&"Preferences:ARPL 6.0:") then NewFolder sysPath &"Preferences:ARPL 6.0:" get the Result if it is not 0 then if it is not -48 then osErr it end if end if return sysPath & "Preferences:ARPL 6.0:" end PreferencesPath on LinkToSearch linkToCard "Search","zoom out" end LinkToSearch on LinkToMenu LinkToCard "Main Menu","iris close" end LinkToMenu on LinkToHelp num global gCDVolume6,helpNum get DoubleClick() lock screen push cd put gCDVolume6 & "1-Reference:•ARPL Stacks:Library Help" into helpPath if there is a file (helpPath) then if num = "" then put 1 into helpNum --// General else put num into helpNum SpinCursor go stack helpPath unlock screen with dissolve fast else beep answer "Unable to locate the Help stack!" with "Cancel" end if end LinkToHelp on LinkToQuit LinkToCard "CopyRight","barn door close" repeat until not the lockscreen unlock screen with barn door close end repeat repeat 3 spinCursor wait 20 end repeat end LinkToQuit on domenu which global UserName if userName is in "Peter Meyer David Goldman" then pass domenu --@ if which is in "Home Quit HyperCard" then LinkToQuit else if which is in "Recent Open Stack... New Stack...First Last Next Prev Back" then beep exit domenu else pass domenu end domenu on arrowKey global UserName if userName = "Peter Meyer" then pass arrowKey --@ beep end arrowKey on OsErr E if E is -33 then put "Directory full" into Estr else if E is -38 then put "File not open" into Estr else if E is -39 then put "End of file" into Estr else if E is -40 then put "tried to position to before start of file (r/w)" into Estr else if E is -41 then put "memory full (open) or file won't fit (load)" into Estr else if E is -42 then put "too many files open" into Estr else if E is -47 then put "File is busy (delete)" into Estr else if E is -48 then put "duplicate filename (rename)" into Estr else if E is -50 then put "Error in user parameter list" into Estr else if E is -51 then put "refnum error" into Estr else if E is -52 then put "get file position error" into Estr else if E is -53 then put "volume not on line Error (was Ejected)" into Estr else if E is -60 then put "bad master directory block" into Estr else if E is -61 then put "write permissions Eor" into Estr else if E is -54 then put "Attempt to open locked file for writing" into Estr else if E is -46 then put "Volume locked (by software)" into Estr else if E is -45 then put "File locked" into Estr else if E is -44 then put "Volume locked (by hardware)" into Estr else if E is -43 then put "File not found" into Estr else if E is -37 then put "Bad volume or file name" into Estr else if E is -36 then put "I/O Error" into Estr else if E is -35 then put "No such volume" into Estr else if E is -34 then put "Disk is full" into Estr else if E is -49 then put "File already open for writing" into Estr else put "Failed with error" && E into Estr answer "Unable to create a Preferences folder." & return &¬ Estr with "OK" end OsErr on clearGlobals global gMainStack6,gCdNameList6,gCdIDList6,MFinder,gOtherCdList6 global gCDVolume6,gGlobalInit6,gLastMenu6,gMenuSelection6 global gCardTitles,gFindString,gOldScroll global gPaths6,gAppList6,gTheDepths6,gNoLaunch6,RPStackName spinCursor put "gMainStack6,gCdNameList6,gCdIDList6,MFinder,gOtherCdList6,"&¬ "gCDVolume6,gGlobalInit6,gLastMenu6,gMenuSelection6,gPaths6,gAppList6,gTheDepths6,"&¬ "gNoLaunch6,gCardTitles,gFindString,gOldScrollRPStackName" into gblList repeat with z = 1 to number of items of gblList do "Put empty into "& item z of gblList end repeat end clearGlobals Function volumeName put trim(long name of this stack) into theFile repeat with i = 1 to number of chars of theFile if char i of theFile = ":" then exit repeat end repeat return (char 1 to i of theFile) end VolumeName function trim name delete char 1 to 7 of name delete last char of name return name end trim Function PathWay theFile repeat with i = Length of theFile down to 1 if char i of theFile = ":" then exit repeat end repeat if i < 2 then return theFile else return (char 1 to i of TheFile) end PathWay function LineOffset findText,findIn if findText is not in findIn then return 0 put return & findIn & return into findIn return number of lines of (char 1 to offset(Return&findText&Return,findIn) of findIn) end LineOffset function LineItemOffset findText,findIn if findText is not in findIn then return 0 put return & findIn & return into findIn return number of lines of (char 1 to offset(Return&findText&",",findIn) of findIn) end LineItemOffset on SpinCursor global CursID if CursID < 256 or CursID > 262 then put 256 into CursID else add 1 to CursID set cursor to CursID end SpinCursor function DoubleClick SpinCursor wait 20 return mouseClick() end DoubleClick function thereIsAFile theFile global errGlobal return fileExists(theFile,"nodialog:errGlobal") end thereIsAFile on UpdateCdIDs global gCdNameList6,gCdIDList6 put "" into gCdNameList6 put "" into gCdIDList6 set lockmessages to true set lockrecent to true set lockscreen to true push cd go cd 1 repeat with z = 1 to number of cds if z mod 10 = 0 then put "Updating Card Descriptor List..."& z set cursor to busy end if get short name of this cd if it contains " id " then get fld "Title" put it & return after gCdNameList6 put short id of this cd & return after gCdIDList6 go next end repeat go cd 1 put gCdNameList6 into cd fld "Names" put gCdIDList6 into cd fld "Ids" pop cd set lockmessages to false set lockrecent to false set lockscreen to false end UpdateCdIDs</script> <background id="2890" file="background_2890.xml" name="0" /> <background id="6335" file="background_6335.xml" name="2 Single Scroll" /> <background id="9462" file="background_9462.xml" name="find File" /> <background id="11092" file="background_11092.xml" name="4" /> <background id="13408" file="background_13408.xml" name="Pres" /> <background id="37048" file="background_37048.xml" name="" /> <card id="13593" file="card_13593.xml" marked="false" name="Title Card" owner="2890" /> <card id="3652" file="card_3652.xml" marked="false" name="Map" owner="2890" /> <card id="2078" file="card_2078.xml" marked="false" name="CopyRight" owner="2890" /> <card id="85008" file="card_85008.xml" marked="false" name="Search" owner="9462" /> <card id="60713" file="card_60713.xml" marked="false" name="Index" owner="37048" /> <card id="6846" file="card_6846.xml" marked="false" name="What's New" owner="6335" /> <card id="68535" file="card_68535.xml" marked="false" name="Service & Support" owner="6335" /> <card id="8149" file="card_8149.xml" marked="false" name="Apple" owner="6335" /> <card id="5857" file="card_5857.xml" marked="false" name="Apple Demos" owner="6335" /> <card id="6634" file="card_6634.xml" marked="false" name="Apple Products" owner="6335" /> <card id="8353" file="card_8353.xml" marked="false" name="Markets" owner="6335" /> <card id="62629" file="card_62629.xml" marked="false" name="New Product Intro" owner="6335" /> <card id="11718" file="card_11718.xml" marked="false" name="Apple Literature Guide" owner="11092" /> <card id="11871" file="card_11871.xml" marked="false" name="Apple User Groups DB" owner="11092" /> <card id="12742" file="card_12742.xml" marked="false" name="Apple Graphics Source" owner="11092" /> <card id="12921" file="card_12921.xml" marked="false" name="Graphics Library" owner="11092" /> <card id="2559" file="card_2559.xml" marked="false" name="" owner="13408" /> <card id="64094" file="card_64094.xml" marked="false" name="" owner="13408" /> <card id="63844" file="card_63844.xml" marked="false" name="" owner="13408" /> <card id="63528" file="card_63528.xml" marked="false" name="" owner="13408" /> <card id="63261" file="card_63261.xml" marked="false" name="" owner="13408" /> <card id="63103" file="card_63103.xml" marked="false" name="" owner="13408" /> <card id="62337" file="card_62337.xml" marked="false" name="" owner="13408" /> <card id="62169" file="card_62169.xml" marked="false" name="" owner="13408" /> <card id="61828" file="card_61828.xml" marked="false" name="" owner="13408" /> <card id="61666" file="card_61666.xml" marked="false" name="" owner="13408" /> <card id="61226" file="card_61226.xml" marked="false" name="" owner="13408" /> <card id="61019" file="card_61019.xml" marked="false" name="" owner="13408" /> <card id="60568" file="card_60568.xml" marked="false" name="" owner="13408" /> <card id="60182" file="card_60182.xml" marked="false" name="" owner="13408" /> <card id="60062" file="card_60062.xml" marked="false" name="" owner="13408" /> <card id="59872" file="card_59872.xml" marked="false" name="" owner="13408" /> <card id="59531" file="card_59531.xml" marked="false" name="" owner="13408" /> <card id="59332" file="card_59332.xml" marked="false" name="" owner="13408" /> <card id="58908" file="card_58908.xml" marked="false" name="" owner="13408" /> <card id="58837" file="card_58837.xml" marked="false" name="" owner="13408" /> <card id="58389" file="card_58389.xml" marked="false" name="" owner="13408" /> <card id="57862" file="card_57862.xml" marked="false" name="" owner="13408" /> <card id="57830" file="card_57830.xml" marked="false" name="" owner="13408" /> <card id="57417" file="card_57417.xml" marked="false" name="" owner="13408" /> <card id="57171" file="card_57171.xml" marked="false" name="" owner="13408" /> <card id="57024" file="card_57024.xml" marked="false" name="" owner="13408" /> <card id="56610" file="card_56610.xml" marked="false" name="" owner="13408" /> <card id="56359" file="card_56359.xml" marked="false" name="" owner="13408" /> <card id="56124" file="card_56124.xml" marked="false" name="" owner="13408" /> <card id="55923" file="card_55923.xml" marked="false" name="" owner="13408" /> <card id="55758" file="card_55758.xml" marked="false" name="" owner="13408" /> <card id="55449" file="card_55449.xml" marked="false" name="" owner="13408" /> <card id="55214" file="card_55214.xml" marked="false" name="" owner="13408" /> <card id="54931" file="card_54931.xml" marked="false" name="" owner="13408" /> <card id="54672" file="card_54672.xml" marked="false" name="" owner="13408" /> <card id="54508" file="card_54508.xml" marked="false" name="" owner="13408" /> <card id="53772" file="card_53772.xml" marked="false" name="" owner="13408" /> <card id="53674" file="card_53674.xml" marked="false" name="" owner="13408" /> <card id="53375" file="card_53375.xml" marked="false" name="" owner="13408" /> <card id="53011" file="card_53011.xml" marked="false" name="" owner="13408" /> <card id="52894" file="card_52894.xml" marked="false" name="" owner="13408" /> <card id="52265" file="card_52265.xml" marked="false" name="" owner="13408" /> <card id="52063" file="card_52063.xml" marked="false" name="" owner="13408" /> <card id="51735" file="card_51735.xml" marked="false" name="" owner="13408" /> <card id="51488" file="card_51488.xml" marked="false" name="" owner="13408" /> <card id="51337" file="card_51337.xml" marked="false" name="" owner="13408" /> <card id="51042" file="card_51042.xml" marked="false" name="" owner="13408" /> <card id="50943" file="card_50943.xml" marked="false" name="" owner="13408" /> <card id="50494" file="card_50494.xml" marked="false" name="" owner="13408" /> <card id="50392" file="card_50392.xml" marked="false" name="" owner="13408" /> <card id="50118" file="card_50118.xml" marked="false" name="" owner="13408" /> <card id="49596" file="card_49596.xml" marked="false" name="" owner="13408" /> <card id="49260" file="card_49260.xml" marked="false" name="" owner="13408" /> <card id="48753" file="card_48753.xml" marked="false" name="" owner="13408" /> <card id="48430" file="card_48430.xml" marked="false" name="" owner="13408" /> <card id="48217" file="card_48217.xml" marked="false" name="" owner="13408" /> <card id="48024" file="card_48024.xml" marked="false" name="" owner="13408" /> <card id="47833" file="card_47833.xml" marked="false" name="" owner="13408" /> <card id="47405" file="card_47405.xml" marked="false" name="" owner="13408" /> <card id="47239" file="card_47239.xml" marked="false" name="" owner="13408" /> <card id="46980" file="card_46980.xml" marked="false" name="" owner="13408" /> <card id="46601" file="card_46601.xml" marked="false" name="" owner="13408" /> <card id="46430" file="card_46430.xml" marked="false" name="" owner="13408" /> <card id="46261" file="card_46261.xml" marked="false" name="" owner="13408" /> <card id="45840" file="card_45840.xml" marked="false" name="" owner="13408" /> <card id="45591" file="card_45591.xml" marked="false" name="" owner="13408" /> <card id="44938" file="card_44938.xml" marked="false" name="" owner="13408" /> <card id="44784" file="card_44784.xml" marked="false" name="" owner="13408" /> <card id="44315" file="card_44315.xml" marked="false" name="" owner="13408" /> <card id="44222" file="card_44222.xml" marked="false" name="" owner="13408" /> <card id="43963" file="card_43963.xml" marked="false" name="" owner="13408" /> <card id="43607" file="card_43607.xml" marked="false" name="" owner="13408" /> <card id="43387" file="card_43387.xml" marked="false" name="" owner="13408" /> <card id="43113" file="card_43113.xml" marked="false" name="" owner="13408" /> <card id="42766" file="card_42766.xml" marked="false" name="" owner="13408" /> <card id="42610" file="card_42610.xml" marked="false" name="" owner="13408" /> <card id="42285" file="card_42285.xml" marked="false" name="" owner="13408" /> <card id="42101" file="card_42101.xml" marked="false" name="" owner="13408" /> <card id="41860" file="card_41860.xml" marked="false" name="" owner="13408" /> <card id="41646" file="card_41646.xml" marked="false" name="" owner="13408" /> <card id="41440" file="card_41440.xml" marked="false" name="" owner="13408" /> <card id="40481" file="card_40481.xml" marked="false" name="" owner="13408" /> <card id="40208" file="card_40208.xml" marked="false" name="" owner="13408" /> <card id="40062" file="card_40062.xml" marked="false" name="" owner="13408" /> <card id="39911" file="card_39911.xml" marked="false" name="" owner="13408" /> <card id="39500" file="card_39500.xml" marked="false" name="" owner="13408" /> <card id="39384" file="card_39384.xml" marked="false" name="" owner="13408" /> <card id="38765" file="card_38765.xml" marked="false" name="" owner="13408" /> <card id="38461" file="card_38461.xml" marked="false" name="" owner="13408" /> <card id="38351" file="card_38351.xml" marked="false" name="" owner="13408" /> <card id="38049" file="card_38049.xml" marked="false" name="" owner="13408" /> <card id="37883" file="card_37883.xml" marked="false" name="" owner="13408" /> <card id="37526" file="card_37526.xml" marked="false" name="" owner="13408" /> <card id="37353" file="card_37353.xml" marked="false" name="" owner="13408" /> <card id="36705" file="card_36705.xml" marked="false" name="" owner="13408" /> <card id="36364" file="card_36364.xml" marked="false" name="" owner="13408" /> <card id="36046" file="card_36046.xml" marked="false" name="" owner="13408" /> <card id="35665" file="card_35665.xml" marked="false" name="" owner="13408" /> <card id="35462" file="card_35462.xml" marked="false" name="" owner="13408" /> <card id="35278" file="card_35278.xml" marked="false" name="" owner="13408" /> <card id="35057" file="card_35057.xml" marked="false" name="" owner="13408" /> <card id="34587" file="card_34587.xml" marked="false" name="" owner="13408" /> <card id="34537" file="card_34537.xml" marked="false" name="" owner="13408" /> <card id="34216" file="card_34216.xml" marked="false" name="" owner="13408" /> <card id="33998" file="card_33998.xml" marked="false" name="" owner="13408" /> <card id="33695" file="card_33695.xml" marked="false" name="" owner="13408" /> <card id="33329" file="card_33329.xml" marked="false" name="" owner="13408" /> <card id="33232" file="card_33232.xml" marked="false" name="" owner="13408" /> <card id="32916" file="card_32916.xml" marked="false" name="" owner="13408" /> <card id="32755" file="card_32755.xml" marked="false" name="" owner="13408" /> <card id="32304" file="card_32304.xml" marked="false" name="" owner="13408" /> <card id="31822" file="card_31822.xml" marked="false" name="" owner="13408" /> <card id="31740" file="card_31740.xml" marked="false" name="" owner="13408" /> <card id="31409" file="card_31409.xml" marked="false" name="" owner="13408" /> <card id="31144" file="card_31144.xml" marked="false" name="" owner="13408" /> <card id="30885" file="card_30885.xml" marked="false" name="" owner="13408" /> <card id="30501" file="card_30501.xml" marked="false" name="" owner="13408" /> <card id="30256" file="card_30256.xml" marked="false" name="" owner="13408" /> <card id="30087" file="card_30087.xml" marked="false" name="" owner="13408" /> <card id="29740" file="card_29740.xml" marked="false" name="" owner="13408" /> <card id="29483" file="card_29483.xml" marked="false" name="" owner="13408" /> <card id="29279" file="card_29279.xml" marked="false" name="" owner="13408" /> <card id="29141" file="card_29141.xml" marked="false" name="" owner="13408" /> <card id="28835" file="card_28835.xml" marked="false" name="" owner="13408" /> <card id="28473" file="card_28473.xml" marked="false" name="" owner="13408" /> <card id="28348" file="card_28348.xml" marked="false" name="" owner="13408" /> <card id="27763" file="card_27763.xml" marked="false" name="" owner="13408" /> <card id="27504" file="card_27504.xml" marked="false" name="" owner="13408" /> <card id="27376" file="card_27376.xml" marked="false" name="" owner="13408" /> <card id="26922" file="card_26922.xml" marked="false" name="" owner="13408" /> <card id="26827" file="card_26827.xml" marked="false" name="" owner="13408" /> <card id="26390" file="card_26390.xml" marked="false" name="" owner="13408" /> <card id="26132" file="card_26132.xml" marked="false" name="" owner="13408" /> <card id="25868" file="card_25868.xml" marked="false" name="" owner="13408" /> <card id="25605" file="card_25605.xml" marked="false" name="" owner="13408" /> <card id="25474" file="card_25474.xml" marked="false" name="" owner="13408" /> <card id="25229" file="card_25229.xml" marked="false" name="" owner="13408" /> <card id="24947" file="card_24947.xml" marked="false" name="" owner="13408" /> <card id="24760" file="card_24760.xml" marked="false" name="" owner="13408" /> <card id="24563" file="card_24563.xml" marked="false" name="" owner="13408" /> <card id="24164" file="card_24164.xml" marked="false" name="" owner="13408" /> <card id="23769" file="card_23769.xml" marked="false" name="" owner="13408" /> <card id="23201" file="card_23201.xml" marked="false" name="" owner="13408" /> <card id="22856" file="card_22856.xml" marked="false" name="" owner="13408" /> <card id="22780" file="card_22780.xml" marked="false" name="" owner="13408" /> <card id="22305" file="card_22305.xml" marked="false" name="" owner="13408" /> <card id="22081" file="card_22081.xml" marked="false" name="" owner="13408" /> <card id="21957" file="card_21957.xml" marked="false" name="" owner="13408" /> <card id="21616" file="card_21616.xml" marked="false" name="" owner="13408" /> <card id="21370" file="card_21370.xml" marked="false" name="" owner="13408" /> <card id="20944" file="card_20944.xml" marked="false" name="" owner="13408" /> <card id="20709" file="card_20709.xml" marked="false" name="" owner="13408" /> <card id="20263" file="card_20263.xml" marked="false" name="" owner="13408" /> <card id="20195" file="card_20195.xml" marked="false" name="" owner="13408" /> <card id="19813" file="card_19813.xml" marked="false" name="" owner="13408" /> <card id="19647" file="card_19647.xml" marked="false" name="" owner="13408" /> <card id="18932" file="card_18932.xml" marked="false" name="" owner="13408" /> <card id="18594" file="card_18594.xml" marked="false" name="" owner="13408" /> <card id="18343" file="card_18343.xml" marked="false" name="" owner="13408" /> <card id="18173" file="card_18173.xml" marked="false" name="" owner="13408" /> <card id="17872" file="card_17872.xml" marked="false" name="" owner="13408" /> <card id="17614" file="card_17614.xml" marked="false" name="" owner="13408" /> <card id="17375" file="card_17375.xml" marked="false" name="" owner="13408" /> <card id="17123" file="card_17123.xml" marked="false" name="" owner="13408" /> <card id="16780" file="card_16780.xml" marked="false" name="" owner="13408" /> <card id="16509" file="card_16509.xml" marked="false" name="" owner="13408" /> <card id="16315" file="card_16315.xml" marked="false" name="" owner="13408" /> <card id="15913" file="card_15913.xml" marked="false" name="" owner="13408" /> <card id="15678" file="card_15678.xml" marked="false" name="" owner="13408" /> <card id="15387" file="card_15387.xml" marked="false" name="" owner="13408" /> <card id="15129" file="card_15129.xml" marked="false" name="" owner="13408" /> <card id="14724" file="card_14724.xml" marked="false" name="" owner="13408" /> <card id="14180" file="card_14180.xml" marked="false" name="" owner="13408" /> <card id="13292" file="card_13292.xml" marked="false" name="" owner="13408" /> <card id="12358" file="card_12358.xml" marked="false" name="" owner="13408" /> <card id="12082" file="card_12082.xml" marked="false" name="" owner="13408" /> <card id="10865" file="card_10865.xml" marked="false" name="" owner="13408" /> <card id="10749" file="card_10749.xml" marked="false" name="" owner="13408" /> <card id="10291" file="card_10291.xml" marked="false" name="" owner="13408" /> <card id="10222" file="card_10222.xml" marked="false" name="" owner="13408" /> <card id="9921" file="card_9921.xml" marked="false" name="" owner="13408" /> <card id="9712" file="card_9712.xml" marked="false" name="" owner="13408" /> <card id="9126" file="card_9126.xml" marked="false" name="" owner="13408" /> <card id="8775" file="card_8775.xml" marked="false" name="" owner="13408" /> <card id="8465" file="card_8465.xml" marked="false" name="" owner="13408" /> <card id="4451" file="card_4451.xml" marked="false" name="" owner="13408" /> <card id="4255" file="card_4255.xml" marked="false" name="" owner="13408" /> </stack>